home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util2 / erase.lha / Erase / src.lha / makedist < prev    next >
Text File  |  1995-08-07  |  803b  |  36 lines

  1. ; Make the Erase distribution
  2. ; (to get out from the commands, remove all "QUIET", ">NIL:" and "q" flags)
  3. ;
  4. failat 21
  5. ;
  6. ; cleanup
  7. delete >NIL: #?.o #?.lnk QUIET
  8. delete >NIL: T:Erase#? ALL QUIET
  9. ;
  10. ;
  11. ; Make temp dir in T:
  12. makedir T:Erase
  13. ;
  14. ; copy files
  15. Copy Erase.guide#? Erase #?.txt #?.readme ALL TO T:Erase QUIET
  16. Copy /Erase.info Erase.readme FILE_ID.DIZ TO T: QUIET
  17. ;
  18. ; Change the version and date in files
  19. Version Erase >ENV:EVER
  20. Assign edfew: ""
  21. cd ENV:
  22. splat -o "Erase " "" "EVER"
  23. cd T:Erase
  24. splat -o "<<VERSION>>" "$EVER" "Erase.Guide Erase.readme /Erase.readme /FILE_ID.DIZ"
  25. cd edfew:
  26. Assign edfew: REMOVE
  27. ;
  28. ; archives
  29. lha -arxzq a T:Erase/src.lha #?.c SCOPTIONS #?make#?
  30. lha -arxZq a T:Erase.lha t:Erase t:erase.info t:FILE_ID.DIZ S:Contact
  31. ;
  32. ;
  33. ; cleanup
  34. delete T:Erase T:Erase.info ALL QUIET
  35. ;
  36.